SelectedItems Property (IListBase<T>)
The collection of all selected items in the list as a read-only collection object.

C# Syntax

ReadOnlyCollection<T> SelectedItems {get;}